home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / IdMenu.dxr / 00049.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  183 b   |  13 lines

  1. on lewis
  2.   set x to random(1)
  3.   if x <= 1 then
  4.     if soundBusy(2) = 1 then
  5.       nothing()
  6.     else
  7.       sound playFile 2, "Oth015.wav"
  8.     end if
  9.   else
  10.     nothing()
  11.   end if
  12. end
  13.